Skip to content

add metadata for two authors; remove two duplicate commentaries#21

Merged
emeth- merged 3 commits into
HistoricalChristianFaith:masterfrom
andresmessina-SDG:data_fixes_metadata_and_dupes
Jul 22, 2026
Merged

add metadata for two authors; remove two duplicate commentaries#21
emeth- merged 3 commits into
HistoricalChristianFaith:masterfrom
andresmessina-SDG:data_fixes_metadata_and_dupes

Conversation

@andresmessina-SDG

Copy link
Copy Markdown

Summary

Two small data fixes I came across while building an offline SQLite pack from this
database for Scriptura (a native GNOME Bible app — the "Voices of the Church"
pane is built on your data, with your kind permission a while back):

  1. Add the missing metadata.toml for two author folders.
  2. Remove two exact duplicate commentaries.

python compile_data.py dryrun passes with these changes.


1. Missing metadata.toml

Two author folders had no metadata.toml, so they fall back to no default_year
and no father_category. Added both, with sources:

Didymus of Alexandria → this is Didymus the Blind (c. 313 – 398), head of the
Alexandrian catechetical school; his one entry here (on Wisdom 8:8) is cited to
PG 39, which is his volume.

default_year=398
wiki='https://en.wikipedia.org/wiki/Didymus_the_Blind'
father_category='Eastern & Byzantine Theology'

Sources: Catholic Encyclopedia,
Britannica.

Cerealis of Castellum Ripense → Latin North-African bishop, author of the
Libellus contra Maximinum Arianum; took part in the 484 Council of Carthage under
Huneric, treatise dated 485 (his entry here, on Wisdom 18:15, is from that work).
No English Wikipedia page, so I used the McClintock & Strong entry, consistent with
how other obscure figures in this repo are linked.

default_year=485
wiki='https://www.biblicalcyclopedia.com/C/cerealis.html'
father_category='Western & Medieval Theology'

Sources: McClintock & Strong, Biblical Cyclopedia,
Contra Maximinum Arianum full text [0485].

(Feel free to adjust either default_year/father_category if you prefer a
different convention — happy to amend.)

2. Duplicate commentaries removed

Two files each contained the same commentary twice, verbatim:

  • Cyril of Alexandria/John 1_46.toml — the "Nathanael readily agrees…" quote appeared twice.
  • Jerome/Genesis 10_10.toml — the "(Verse 10.) And it was, he said, the head of his kingdom…" quote appeared twice.

Removed the second copy in each; one copy remains.


Thanks again for maintaining this — it's a joy to build on.

Andres Messina and others added 3 commits July 22, 2026 06:24
Didymus of Alexandria is Didymus the Blind, who already has a folder in
this repo -- the added metadata.toml was byte-identical to the existing
Didymus the Blind/metadata.toml. Keeping both folders would emit two
separate authors in father_meta (keyed on folder name, UNIQUE on name)
and orphan the lone Wisdom 8:8 quote from the rest of his corpus. Its
source_title cites PG 39, his volume.

Moves the file into Didymus the Blind/ and drops the duplicate folder.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@emeth-

emeth- commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Fantastic catches, thanks for the PR! On review, I noticed Didymus of Alexandria is a dupe of the Didymus the Blind folder, so added a commit merging the two in your PR. Cheers!

@emeth-
emeth- merged commit 3ba2a5c into HistoricalChristianFaith:master Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants